home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / presto / prest1_0.lha / Tests / fork / README < prev   
Text File  |  1991-12-11  |  381b  |  19 lines

  1.  
  2. Fork
  3.  
  4. Here are the options:
  5.  
  6. -f<num>        how many forks (summed over all threads)
  7.         default: 0
  8.  
  9. -p<num>        how many processors to use
  10.         default: 1
  11.  
  12. -q<num>        preemption quantum in milliseconds
  13.         default: no time slicing
  14.  
  15. Fork tests thread fork (not UNIX kernel fork) and thread join.
  16. If you ask for 1000 forks on 10 processors, then 10 threads
  17. will each give you 100 fork--join pairs.
  18.  
  19.